home *** CD-ROM | disk | FTP | other *** search
/ Realizing the Dream - An …al Space Station Sampler / Realizing the Dream - An International Space Station Sampler (NASA).iso / pc / wt / webmodule_new / nav.swf / scripts / DefineButton2_35 / BUTTONCONDACTION on(rollOut).as < prev    next >
Encoding:
Text File  |  2000-11-29  |  148 b   |  11 lines

  1. on(rollOut){
  2.    tellTarget("person2_over")
  3.    {
  4.       gotoAndStop(1);
  5.    }
  6.    tellTarget("person2_on2")
  7.    {
  8.       gotoAndStop(1);
  9.    }
  10. }
  11.